/* @desc: 首页顶部banner图区域 ; @author: linzhenxian;  @addDate: 2023-07-31 11:54:41 */
.banner-wrap-p {
  position: relative;
  height: 8.2rem;
  width: 100%;
}
.banner-wrap-p h4 {
  font-size: 0.3rem;
}
.banner-wrap-p .banner-wrap-img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.banner-wrap-p .banner-wrap-img img {
  width: 100%;
  height: 8.2rem;
}
.banner-wrap-p .banner-wrap-panel {
  position: absolute;
  width: 100%;
  top: 4.7rem;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.2rem;
}
.banner-wrap-p .banner-wrap-panel h4 {
  font-size: 0.3rem;
}
.banner-wrap-p .banner-wrap-panel p {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  color: #dbdbdb;
}
.banner-wrap-p .banner-wrap-panel .free-consult {
  width: 2rem;
  height: 0.62rem;
  line-height: 0.62rem;
}
.banner-wrap-p .title-mark-box {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.banner-wrap-p .title-mark-box .title-mark-1,
.banner-wrap-p .title-mark-box .title-mark-2 {
  font-weight: 700;
}
.banner-wrap-p .title-mark-box .title-mark-1 {
  font-size: 2.02rem;
  line-height: 2.02rem;
  color: #5e87ff;
}
.banner-wrap-p .title-mark-box .title-mark-2 {
  color: #0453f3;
  left: 0.1rem;
  top: 0.029rem;
  line-height: 2rem;
  font-size: 2rem;
}
/* @desc: 领物三大价值 ; @author: linzhenxian;  @addDate: 2023-08-01 15:04:40 */
.lw-wrap-values {
  padding-top: 1rem;
  position: relative;
}
.lw-wrap-values h4 {
  text-align: center;
  font-size: 0.35rem;
  margin-bottom: 0.56rem;
}
.lw-wrap-values .lw-wrap-values-container {
  height: 4.91rem;
}
.lw-wrap-values .lw-wrap-values-container .lw-wrap-values-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lw-wrap-values .lw-wrap-values-container .lw-wrap-values-bg img {
  width: 13rem;
  height: 2.97rem;
  max-width: unset !important;
}
.lw-wrap-values .lw-wrap-values-container .lw-wrap-values-content {
  width: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.97rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.lw-wrap-values .lw-wrap-values-container .lw-wrap-values-content .values-item {
  width: 3.9rem;
  height: 2.97rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lw-wrap-values
  .lw-wrap-values-container
  .lw-wrap-values-content
  .values-item
  .icon {
  width: 0.74rem;
  height: 0.71rem;
}
.lw-wrap-values
  .lw-wrap-values-container
  .lw-wrap-values-content
  .values-item
  h4 {
  font-size: 0.26rem;
  color: #333333;
}
.lw-wrap-values
  .lw-wrap-values-container
  .lw-wrap-values-content
  .values-item
  span {
  margin-right: 0.2rem;
  font-size: 0.16rem;
}
.lw-wrap-values .lw-wrap-values-container .try-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 6px;
  margin-top: 3.4rem;
}
/* @desc: 领物六大核心功能 ; @author: linzhenxian;  @addDate: 2023-08-01 16:24:49 */
.lw-wrap-core-p {
  position: relative;
  height: 7rem;
  width: 100%;
}
.lw-wrap-core-p .lw-wrap-core-bg {
  position: absolute;
  top: 0;
  width: 100%;
}
.lw-wrap-core-p .lw-wrap-core-bg img {
  pointer-events: none;
  height: 7rem;
  width: 100%;
}
.lw-wrap-core-p .part-title {
  top: 0.6rem;
  width: 100%;
  position: absolute !important;
  text-align: center;
}
.lw-wrap-core-p .lw-wrap-core-container {
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  background-image: url(../../public/images/home/core-ball.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.lw-wrap-core-p .lw-wrap-core-container .left .ball-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.lw-wrap-core-p .lw-wrap-core-container .left .ball-item.active .icon {
  width: 0.7rem !important;
  height: 0.7rem !important;
  background: radial-gradient(
    50% 50%,
    #fff 0,
    #ebf0ff 36.11%,
    #ffffff 60.03%,
    #8f8dff 100%
  ) !important;
}
.lw-wrap-core-p .lw-wrap-core-container .left .ball-item .icon {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: radial-gradient(50% 50%, #fff 0, #f1f4ff 65.11%, #c3d2ff 100%);
}
.lw-wrap-core-p .lw-wrap-core-container .left .ball-item .icon img {
  width: 0.3rem;
  height: 0.32rem;
}
.lw-wrap-core-p .lw-wrap-core-container .left .ball-item span {
  font-weight: 400;
  font-size: 0.16rem;
  text-align: center;
}
.lw-wrap-core-p .lw-wrap-core-content {
  margin-left: 2.2rem;
}
.lw-wrap-core-p .lw-wrap-core-content .core-intro-title {
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-bottom: 0.16rem;
  margin-top: 0.2rem;
}
.lw-wrap-core-p .lw-wrap-core-content .core-intro-desc {
  width: 3.52rem;
  line-height: 0.28rem;
  font-size: 0.16rem;
  display: block;
}
.lw-wrap-core-p .lw-wrap-core-content .core-intro-desc::before {
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.08rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4872fe),
    to(#8283f8)
  );
  background: linear-gradient(90deg, #4872fe 0%, #8283f8 100%);
}
/* @desc: 解决方案 ; @author: linzhenxian;  @addDate: 2023-08-02 09:17:06 */
.lw-solution-p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lw-solution-p .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lw-solution-p .tabs .tabs-header {
  width: 7.07rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40;
  font-size: 0.22rem;
  line-height: 0.22rem;
  cursor: pointer;
  position: relative;
}
.lw-solution-p .tabs .tabs-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.01rem;
  top: 0.48rem;
  background: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lw-solution-p .tabs .tabs-header:hover + .tabs-header::after {
  left: 0;
}
.lw-solution-p .tabs .tabs-header > .tab-item.active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #4b71fd;
}
.lw-solution-p .tabs .tabs-header .nav-underline {
  position: absolute;
  top: 0.48rem;
  width: 0.9rem;
  display: block;
  height: 0.04rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4b71fd),
    to(#8283f8)
  );
  background: linear-gradient(90deg, #4b71fd 0%, #8283f8 100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lw-solution-p .tabs .tabs-inner-content,
.lw-solution-p .tabs .tabs-content-bg,
.lw-solution-p .tabs .tabs-content-panel {
  width: 12rem;
  height: 6rem;
}
.lw-solution-p .tabs .tabs-content {
  width: 12rem;
  z-index: 0;
}
.lw-solution-p .tabs .tabs-content {
  margin-top: 0.41rem;
  position: relative;
}
.lw-solution-p .tabs .tabs-content .tabs-content-bg {
  position: absolute;
}
.lw-solution-p .tabs .tabs-content .tabs-content-bg img {
  width: 100%;
  height: 100%;
}
.lw-solution-p .tabs .tabs-content .left,
.lw-solution-p .tabs .tabs-content .right {
  position: absolute;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.lw-solution-p .tabs .tabs-content .left i,
.lw-solution-p .tabs .tabs-content .right i {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  font-size: 0.2rem;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
  color: #4b71fd;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lw-solution-p .tabs .tabs-content .left i:hover,
.lw-solution-p .tabs .tabs-content .right i:hover {
  background: #4b71fd;
  color: #fff;
  -webkit-box-shadow: 0 0 7px #4b71fd;
  box-shadow: 0 0 7px #4b71fd;
}
.lw-solution-p .tabs .tabs-content .left {
  left: 0.84rem;
}
.lw-solution-p .tabs .tabs-content .right {
  right: 0.84rem;
}
.lw-solution-p .tabs .tabs-content .tabs-content-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}
.lw-solution-p .tabs .tabs-content .tabs-content-panel .center {
  width: 8rem;
  height: 4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #777777;
}
.lw-solution-p .tabs .tabs-content .tabs-content-panel .center img {
  width: 4rem;
  height: 4rem;
}
.lw-solution-p .tabs .tabs-content .tabs-content-panel .center .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lw-solution-p
  .tabs
  .tabs-content
  .tabs-content-panel
  .center
  .intro
  .intro-inner {
  width: 2.56rem;
}
.lw-solution-p
  .tabs
  .tabs-content
  .tabs-content-panel
  .center
  .intro
  .intro-inner
  .title,
.lw-solution-p
  .tabs
  .tabs-content
  .tabs-content-panel
  .center
  .intro
  .intro-inner
  .desc {
  font-size: 0.2rem;
  line-height: 0.2rem;
  text-align: left;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lw-solution-p
  .tabs
  .tabs-content
  .tabs-content-panel
  .center
  .intro
  .intro-inner
  .desc {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: 500;
}
.lw-solution-p
  .tabs
  .tabs-content
  .tabs-content-panel
  .center
  .intro
  .intro-inner
  .lw-btn {
  margin-top: 0.36rem;
}
/* @desc: 行业典型案例 ; @author: linzhenxian;  @addDate: 2023-08-02 12:37:43 */
.lw-wrap-case-p {
  z-index: 0;
  margin-top: 1rem;
}
.lw-wrap-case-p .videos {
  margin-top: 0.6rem;
  width: 12rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lw-wrap-case-p .videos .swiper-slide-active,
.lw-wrap-case-p .videos .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  overflow: hidden;
}
.lw-wrap-case-p .videos .swiper-slide-active::after,
.lw-wrap-case-p .videos .swiper-slide-duplicate-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: unset;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../../public//images/home/icons/play_video.png");
  background-size: 100% 100%;
}
.lw-wrap-case-p .videos .swiper-slide-active:hover img,
.lw-wrap-case-p .videos .swiper-slide-duplicate-active:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.lw-wrap-case-p .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 3.82rem;
  height: 2.5rem;
  cursor: pointer;
}
.lw-wrap-case-p .swiper-slide img {
  width: 100%;
  height: 2.5rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}
.lw-wrap-case-p .swiper-slide .inner-item {
  border-radius: 0.08rem;
  overflow: hidden;
}
.lw-wrap-case-p .swiper-slide:not(.swiper-slide-active) .inner-item {
  position: relative;
}
.lw-wrap-case-p .swiper-slide:not(.swiper-slide-active) .inner-item::after {
  content: "";
  width: 100%;
  height: 2.5rem;
  background-color: rgba(51, 51, 51, 0.7);
  background-image: url("../../public//images/home/icons/mark_icon.png");
  background-repeat: no-repeat;
  background-size: 1.74rem 1rem;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 5px;
}
/* @desc: 与客户为中心的共成长式服务 ; @author: linzhenxian;  @addDate: 2023-08-02 14:12:14 */
.lw-wrap-service-p {
  margin-top: 1rem;
}
.lw-wrap-service-p .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lw-wrap-service-p img {
  margin: 0.6rem auto 0 auto;
  pointer-events: none;
}
/* @desc: 行业资讯 ; @author: linzhenxian;  @addDate: 2023-08-02 16:09:54 */
.lw-wrap-news-p {
  height: 10.1rem;
}
.lw-wrap-news-p .part-title {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.lw-wrap-news-p .wrap-news-container {
  position: absolute;
  height: 8.7rem;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(../../public/images/home/core-ball-bg.png);
  overflow: hidden;
}
.lw-wrap-news-p .lw-wrap-core-inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
.lw-wrap-core-p .lw-wrap-core-inner {
  height: 8.1rem;
  position: absolute;
  width: 100%;
  display: flex;
  padding-top: 1.7rem;
  justify-content: center;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: -9rem;
  padding-bottom: 1rem;
  width: 100%;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-text img {
  width: 10.76rem;
  height: 4.8rem;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner {
  position: absolute;
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: -2.2rem;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art {
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
  border-bottom-left-radius: 0.06rem;
  border-bottom-right-radius: 0.6rem;
  background: #ffffff;
  -webkit-box-shadow: 0 10 50 rgba(62, 110, 253, 0.2);
  box-shadow: 0 10 50 rgba(62, 110, 253, 0.2);
  width: 5.47rem;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art .header {
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
  cursor: pointer;
  overflow: hidden;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .main-card-art
  .header
  img {
  width: 5.47rem;
  height: 4.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .main-card-art
  .header:hover
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art .desc {
  height: 2.6rem;
  padding: 0.56rem 1.53rem 0.42rem 0.94rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art .desc h4 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-bottom: 0.24rem;
  cursor: pointer;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .main-card-art
  .desc
  h4:hover {
  text-decoration: underline;
  font-weight: bolder;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art .desc p {
  margin-bottom: 0.48rem;
  color: #666666;
  font-size: 0.16rem;
  font-weight: 400;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .main-card-art
  .desc
  .lw-btn {
  width: 1.6rem;
  height: 0.54rem;
  margin-top: 0;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner .other-news-art {
  margin-left: 0.85rem;
  padding-top: 1.17rem;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .other-news-art
  .other-news-item {
  margin-bottom: 0.56rem;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .other-news-art
  .other-news-item
  .title {
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
  cursor: pointer;
  width: 4rem;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .other-news-art
  .other-news-item
  .title:hover {
  text-decoration: underline;
  font-weight: 600;
}
.lw-wrap-news-p
  .wrap-news-container
  .wrap-news-inner
  .other-news-art
  .other-news-item
  .desc {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lw-wrap-news-p .wrap-news-container .wrap-news-inner .other-news-art .lw-btn {
  margin-top: 0.2rem;
}
/* @desc: 产业联盟 ; @author: linzhenxian;  @addDate: 2023-08-02 16:53:12 */
.lw-wrap-alliance-p .part-title {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.lw-wrap-alliance-p .alliance-p {
  width: 10.24rem;
  height: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.1rem;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lw-wrap-alliance-p .alliance-p .cover {
  width: 5.12rem;
}
.lw-wrap-alliance-p .alliance-p .cover img {
  width: 5.12rem;
}
.lw-wrap-alliance-p .alliance-p .intro {
  margin-left: 1.08rem;
  margin-top: 0.64rem;
}
.lw-wrap-alliance-p .alliance-p .intro .title {
  font-size: 0.2rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0.18rem;
}
.lw-wrap-alliance-p .alliance-p .intro .desc {
  font-size: 0.16rem;
  color: #333333;
  width: 2.97rem;
  font-weight: 400;
  line-height: 0.3rem;
  margin-bottom: 0.32rem;
}
.lw-wrap-alliance-p .alliance-p .lw-btn {
  margin-top: 0;
  background: unset;
  border: solid 0.01rem transparent;
  border-radius: 0.06rem;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#ffffff)
    ),
    -webkit-gradient(linear, left top, right top, from(#4b71fd), to(#8283f8));
  background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(to right, #4b71fd, #8283f8);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #4b71fd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lw-wrap-alliance-p .alliance-p .lw-btn:hover {
  cursor: pointer;
  width: 1.5rem;
  height: 0.54rem;
  text-align: center;
  line-height: 0.54rem;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #4a71fc),
    to(#7f80f8)
  );
  background: linear-gradient(90deg, #4a71fc 0, #7f80f8 100%);
}
.lw-wrap-alliance-p .alliance-p:hover {
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(62, 110, 253, 0.2);
  box-shadow: 0 0.2rem 0.5rem rgba(62, 110, 253, 0.2);
}
.lw-wrap-alliance-p .alliance-p-2 {
  margin-top: 0.6rem;
}
.lw-wrap-alliance-p .alliance-p-2 .intro {
  margin-right: 1.08rem;
  margin-top: 0.64rem;
}
/* 领物荣誉 */
.lw-wrap-glory {
  margin-top: 1rem;
}
.lw-wrap-glory .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lw-wrap-glory .history .flex {
  justify-content: space-between;
  width: 1200px;
  margin-bottom: 0.5rem;
}
.lw-wrap-glory img {
  margin: 0rem auto
}
.lw-wrap-glory .title_p {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  text-align: center;
  color: #999;
  font-size: 0.16rem;
}
.lw-wrap-glory .history .flex .img_div {
  width: 3.8rem;
  height: 2.7rem;
  box-shadow: 0 0.1rem 0.3rem rgba(62, 110, 253, 0.2);
}
.lw-wrap-glory .history .flex .img_div p {
    text-align: center;
    margin-top: 5px;
    color: #999;
    font-size: 15px;
}
.lw-wrap-glory .history .flex .word_div {
  text-align: center;
}
.lw-wrap-glory .history .flex .word_div p {
  color: #999;
  font-size: 0.16rem;
}
.lw-wrap-glory .history .flex .word{
  color: rgb(40, 120, 255);
  font-weight: 700;
  font-size: 40px;
}
/* @desc: 联系我们 ; @author: linzhenxian;  @addDate: 2023-08-02 17:28:47 */
.lw-wrap-contact {
  position: relative;
  margin-top: 1rem;
  height: 3.3rem;
}
.lw-wrap-contact .lw-wrap-contact-bg {
  position: absolute;
  top: 0;
  height: 3.3rem;
  width: 100%;
}
.lw-wrap-contact .lw-wrap-contact-bg img {
  height: 3.3rem;
  width: 100%;
  pointer-events: none;
}
.lw-wrap-contact .lw-wrap-contact-content {
  position: absolute;
  height: 3.3rem;
  top: 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lw-wrap-contact .lw-wrap-contact-content > div {
  text-align: center;
  margin-bottom: 0.32rem;
}
.lw-wrap-contact .lw-wrap-contact-content > div h4 {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.3rem;
}
.lw-wrap-contact .lw-wrap-contact-content > div p {
  margin-top: 0.2rem;
  color: #cccccc;
}
.lw-wrap-contact .lw-wrap-contact-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lw-wrap-contact .lw-wrap-contact-content .btns > div {
  margin-top: 0;
}
.lw-wrap-contact .lw-wrap-contact-content .btns .lw-btn:last-child {
  margin-left: 0.2rem;
  color: #0845f8;
  background: unset;
  border: 0.01rem solid #4b71fd;
}

@media (max-width: 576px) {
  .el-tabs__item.is-active {
    color: #0453f3;
  }
  .el-tabs__active-bar {
    background: linear-gradient(90deg, #4a71fc 0%, #7f80f8 100%);
  }
  .part-title {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    position: unset !important;
    margin: 2rem 0 1rem 0;
  }
  .banner-wrap-p {
    height: 16.2rem;
  }
  .banner-wrap-p .banner-wrap-img img {
    height: 16.2rem;
  }
  .banner-wrap-p .banner-wrap-panel {
    top: 8.3rem;
  }
  .banner-wrap-p .banner-wrap-panel h4 {
    font-size: 17px;
  }
  .banner-wrap-p .banner-wrap-panel p {
    font-size: 12px;
  }
  .banner-wrap-p .title-mark-box {
    top: 3rem;
  }
  .banner-wrap-p .title-mark-box .title-mark-1 {
    font-size: 4.02rem;
    line-height: 4.02rem;
  }
  .banner-wrap-p .title-mark-box .title-mark-2 {
    left: 0.2rem;
    top: 0.27rem;
    line-height: 4rem;
    font-size: 4rem;
  }
  .banner-wrap-p .banner-wrap-panel .free-consult {
    margin-top: 1rem;
  }
  .lw-wrap-values h4 {
    font-size: 19px;
    font-weight: 600;
  }
  .lw-wrap-values .lw-wrap-values-container {
    height: 13.91rem;
  }
  .lw-wrap-values .lw-wrap-values-container .lw-wrap-values-bg {
    width: 100%;
  }
  .lw-wrap-values .lw-wrap-values-container .lw-wrap-values-bg img {
    width: 100%;
    height: 9rem;
  }
  .lw-wrap-values .lw-wrap-values-container .lw-wrap-values-content {
    width: 100%;
    height: 9rem;
  }
  .lw-wrap-values
    .lw-wrap-values-container
    .lw-wrap-values-content
    .values-item {
    width: 8.9rem;
    height: 7.97rem;
  }
  .lw-wrap-values
    .lw-wrap-values-container
    .lw-wrap-values-content
    .values-item
    .icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .lw-wrap-values
    .lw-wrap-values-container
    .lw-wrap-values-content
    .values-item
    h4 {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .lw-wrap-values .lw-wrap-values-container .try-btn {
    margin-top: 10rem;
  }
  .lw-wrap-values
    .lw-wrap-values-container
    .lw-wrap-values-content
    .values-item
    div {
    overflow-x: scroll;
    text-wrap: nowrap;
    width: 100%;
  }
  .lw-wrap-values
    .lw-wrap-values-container
    .lw-wrap-values-content
    .values-item
    span {
    font-size: 12px;
  }
  .lw-wrap-core-p {
    height: 30rem;
  }
  .lw-wrap-core-p .lw-wrap-core-bg,
  .lw-wrap-core-p .lw-wrap-core-bg img {
    height: 30rem;
  }
  .lw-wrap-core-p .lw-wrap-core-container {
    width: 9.2rem;
    height: 9.2rem;
  }
  .lw-wrap-core-p .core-intro-item .core-intro-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1.1rem;
    margin-top: 1.5rem;
    font-weight: 600;
  }
  .lw-wrap-core-p .core-intro-item .core-intro-desc {
    font-size: 15px;
    display: block;
  }
  .lw-wrap-core-p .core-intro-item .core-intro-desc::before {
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.08rem;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    opacity: 1;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#4872fe),
      to(#8283f8)
    );
    background: linear-gradient(90deg, #4872fe 0%, #8283f8 100%);
  }
  .lw-wrap-core-p .core-h5-content {
    padding: 0 1rem;
  }
  .lw-wrap-core-p .lw-wrap-core-tabs {
    padding-top: 5rem;
  }
  .lw-solution-p .tabs .tabs-header {
    width: 24rem;
    height: 2rem;
    font-size: 16px;
    line-height: 16px;
  }
  .lw-solution-p .tabs .tabs-header::after {
    top: 20px;
  }
  .lw-solution-p .tabs .tabs-content {
    width: 26rem;
  }
  .lw-solution-p .tabs .tabs-inner-content,
  .lw-solution-p .tabs .tabs-content-bg,
  .lw-solution-p .tabs .tabs-content-panel {
    width: 26rem;
    height: 17.44rem;
  }
  .lw-solution-p .tabs .tabs-content .tabs-content-panel .center {
    width: 21rem;
    height: 12rem;
  }
  .lw-solution-p .tabs .tabs-content .tabs-content-panel .center img {
    width: 11rem;
    height: 12rem;
  }
  .lw-solution-p
    .tabs
    .tabs-content
    .tabs-content-panel
    .center
    .intro
    .intro-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem 0 1rem;
  }
  .lw-solution-p
    .tabs
    .tabs-content
    .tabs-content-panel
    .center
    .intro
    .intro-inner
    .title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0.4rem;
  }
  .lw-solution-p
    .tabs
    .tabs-content
    .tabs-content-panel
    .center
    .intro
    .intro-inner
    .desc {
    font-size: 12px;
    line-height: 15px;
  }
  .lw-solution-p .tabs .tabs-content .left {
    left: 0.4rem;
  }
  .lw-solution-p .tabs .tabs-content .right {
    right: 0.4rem;
  }
  .lw-solution-p .tabs .tabs-content .left i,
  .lw-solution-p .tabs .tabs-content .right i {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 15px;
    line-height: 15px;
  }
  .lw-solution-p
    .tabs
    .tabs-content
    .tabs-content-panel
    .center
    .intro
    .intro-inner
    .lw-btn {
    font-size: 12px !important;
    width: 3.6rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    margin-top: 1rem;
  }
  .lw-wrap-service-p .history .flex img {
    width: 6.7rem !important;
    height: 4.17rem !important;
  }
  .lw-wrap-platform-p .plat-form {
    width: 90%;
    justify-content: space-between;
  }
  .lw-wrap-platform-p .plat-form .plat-form-item {
    width: 7.2rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
  .lw-wrap-platform-p .plat-form .plat-form-item img {
    width: 6.2rem;
    height: 2.4rem;
  }
  .lw-wrap-platform-p .plat-form-footer {
    font-size: 16px;
  }
  .lw-wrap-news-p .part-title {
    margin-top: 3rem;
    margin-bottom: 1.6rem;
  }
  .lw-wrap-news-p {
    height: 27.1rem;
  }
  .lw-wrap-news-p .wrap-news-container {
    height: 22.1rem;
  }
  .lw-wrap-news-p .wrap-news-container .wrap-news-inner {
    margin-left: 2.8rem;
  }
  .lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art {
    width: 13.47rem;
  }
  .lw-wrap-news-p
    .wrap-news-container
    .wrap-news-inner
    .main-card-art
    .header
    img {
    width: 13.47rem;
    height: 15.3rem;
  }
  .lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art .desc {
    height: 4.6rem;
  }
  .lw-wrap-news-p
    .wrap-news-container
    .wrap-news-inner
    .main-card-art
    .desc
    h4 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 1rem;
  }
  .lw-wrap-news-p .wrap-news-container .wrap-news-inner .main-card-art .desc p {
    font-size: 12px;
  }
  .lw-wrap-news-p .wrap-news-container .wrap-news-inner .other-news-art {
    flex: 1;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .lw-wrap-news-p
    .wrap-news-container
    .wrap-news-inner
    .other-news-art
    .other-news-item {
    width: 10rem !important;
  }
  .lw-wrap-news-p
    .wrap-news-container
    .wrap-news-inner
    .other-news-art
    .other-news-item
    .title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0.5rem;
    width: 10rem;
  }
  .lw-wrap-news-p
    .wrap-news-container
    .wrap-news-inner
    .other-news-art
    .other-news-item
    .desc {
    font-size: 12px;
    width: 12rem;
    -webkit-line-clamp: 3;
  }
  .lw-wrap-alliance-p .alliance-p {
    width: 23.24rem;
    height: 8.4rem;
  }
  .lw-wrap-alliance-p .alliance-p .cover img,
  .lw-wrap-alliance-p .alliance-p .cover {
    width: 11.12rem;
    height: 100%;
  }
  .lw-wrap-alliance-p .alliance-p .intro {
    margin-top: unset;
  }

  .lw-wrap-alliance-p .alliance-p .intro .title {
    font-size: 14px;
  }
  .lw-wrap-alliance-p .alliance-p .intro .desc {
    font-size: 12px;
    line-height: 15px;
    width: 13rem;
    padding-right: 1rem;
    text-indent: 2em;
  }
  .lw-wrap-contact,
  .lw-wrap-contact .lw-wrap-contact-bg,
  .lw-wrap-contact .lw-wrap-contact-bg img,
  .lw-wrap-contact .lw-wrap-contact-content {
    height: 9.3rem;
    margin-bottom: 5rem;
  }
  .lw-wrap-contact .lw-wrap-contact-content > div h4 {
    font-size: 21px;
    line-height: 21px;
  }
  .lw-wrap-contact .lw-wrap-contact-content .btns .lw-btn:last-child {
    margin-left: 1.5rem;
  }
  .lw-solution-p .tabs .tabs-header .nav-underline {
    display: none;
  }
  .lw-wrap-alliance-p .part-title{
    margin-bottom: 1rem;
  }
  .lw-wrap-alliance-p .alliance-p-2{
    margin-top: 1.6rem;
  }
}
